.news-first {
  margin-top: 30px;
/*  font-family: 'Source Han Sans CN';    */
}

.news-first-title {
  width: 100%;
  font-weight: 700;
  height: 35px;
  font-size: 22px;
  text-align: center;
  color: #006FAE;
}

.news-first-content {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.news-first-more {
  color: #006fae;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  line-height: 20px;
}

.news-info-img {
  height:auto;
  aspect-ratio:4/3;
  max-height:360px;
}

.news-info-title {
  font-weight: 500;
  width: 394px;
  /* height: 18px; */
  font-size: 16px;
  color: #fff;
}

.news-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-info .carousel-indicators {
  bottom: 0px !important;
  justify-content: right;
  margin-right: 10px;
  margin-left: 0;
}

.news-info .carousel-indicators li {
  background: #fff !important;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
  width: 8px !important;
  border-radius: 4px !important;
}
.news-info .carousel-indicators .active {
  width: 20px !important;
}

.news-info .carousel-caption {
  bottom: -14px !important;
  left: 10px !important;
}


.news-info-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-info-right .news-logo {
  background: #999;
  transform: rotate(45deg);
  min-width: 6px;
  min-height: 6px;
  margin-right: 10px;
  margin-left: 3px;
}

.news-info-right ul li {
  padding: 0 60px 0 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
  font-size: 16px;
  margin: 0;
  float: left;
  margin-bottom: 5px;
}
.news-info-right ul li a:hover {
  color: #006FAE;
}
.news-info-right ul li .div {
  height: 36px;
  line-height: 36px;
  position: relative;
}

.news-info-right ul li a {
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

.news-info-right ul li span {
  position: absolute;
  right: 0;
  text-align: right;
  width: 80px;
  top: 0;
  color: #999999;
  font-size: 14px;
}